home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 023a / ezcard16.zip / DOCPRINT.BAT < prev    next >
DOS Batch File  |  1991-12-13  |  568b  |  20 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo    ╔══════════════════════════════════════════════════════════════════════╗
  5. echo    ║ This will send EZC16.DOC to your printer (15 pages).  Set your paper ║
  6. echo    ║ about one inch above the print-ribbon, then press [Y] to begin.      ║
  7. echo    ╚══════════════════════════════════════════════════════════════════════╝
  8. NorY  Okay to continue [Y/N]?
  9. if errorlevel 1 goto printit
  10. goto end
  11. :printit
  12. echo.
  13. echo.
  14. echo     Printing EZC16.DOC - this will just take a few minutes...
  15. type EZC16.DOC > prn
  16. goto end
  17. :end
  18. cls
  19. echo.
  20.